Color Theme – A list of color theme controls
Full color themes:
MTheme_SetTheme_Default()
Sets the default color theme for all widgets.
MTheme_SetTheme_White()
Sets the alternate basic white theme.
You could probably add your own.
Individual Theme controls:
MTheme_SetBackColor(color)
Sets the main panel color.
MTheme_SetBorderColor(color)
Sets the panel border color.
MTheme_SetButtonColor(color)
Sets the primary button color.
MTheme_SetButtonDisabledColor(color)
Sets the disabled button color.
MTheme_SetLabelColor(color)
Sets the button text color.
MTheme_SetButtonSelectColor(color)
Sets the selected button color.
MTheme_SetCaptionColor(color)
Sets the title caption text color.
MTheme_SetMouseOverColor(color)
Sets the moused over color.
MTheme_SetMouseOverSelectColor(color)
Sets the moused over select color.
MTheme_SetDictionaryTextColor(color)
Sets the auto-complete text color.
MTheme_SetTextColor(color)
Sets the textbox text color.
Color values are ARGB.